﻿2026-07-10T09:14:02.2396714Z ##[group]Run actions/checkout@v5
2026-07-10T09:14:02.2397284Z with:
2026-07-10T09:14:02.2397651Z   repository: SaberMage/spt-core
2026-07-10T09:14:02.2402154Z   token: ***
2026-07-10T09:14:02.2402518Z   ssh-strict: true
2026-07-10T09:14:02.2402864Z   ssh-user: git
2026-07-10T09:14:02.2403314Z   persist-credentials: true
2026-07-10T09:14:02.2403718Z   clean: true
2026-07-10T09:14:02.2404083Z   sparse-checkout-cone-mode: true
2026-07-10T09:14:02.2404505Z   fetch-depth: 1
2026-07-10T09:14:02.2404850Z   fetch-tags: false
2026-07-10T09:14:02.2405192Z   show-progress: true
2026-07-10T09:14:02.2405582Z   lfs: false
2026-07-10T09:14:02.2405895Z   submodules: false
2026-07-10T09:14:02.2406241Z   set-safe-directory: true
2026-07-10T09:14:02.2406618Z env:
2026-07-10T09:14:02.2406933Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-10T09:14:02.2407384Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-10T09:14:02.2407813Z ##[endgroup]
2026-07-10T09:14:02.4177652Z Syncing repository: SaberMage/spt-core
2026-07-10T09:14:02.4179904Z ##[group]Getting Git version info
2026-07-10T09:14:02.4180540Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-10T09:14:02.4473109Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-10T09:14:02.4690003Z git version 2.43.0.windows.1
2026-07-10T09:14:02.4713406Z ##[endgroup]
2026-07-10T09:14:02.4721198Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\3f2a406f-f00d-425e-b4cf-94ec9f8b168d\.gitconfig'
2026-07-10T09:14:02.4734012Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\3f2a406f-f00d-425e-b4cf-94ec9f8b168d' before making global git config changes
2026-07-10T09:14:02.4735430Z Adding repository directory to the temporary git global config as a safe directory
2026-07-10T09:14:02.4739426Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-10T09:14:02.5662842Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-10T09:14:02.5870760Z https://github.com/SaberMage/spt-core
2026-07-10T09:14:02.5901931Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-10T09:14:02.5906668Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-10T09:14:02.6112914Z HEAD
2026-07-10T09:14:02.6363803Z ##[endgroup]
2026-07-10T09:14:02.6367015Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-10T09:14:03.5994151Z ##[group]Cleaning the repository
2026-07-10T09:14:03.5999382Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-10T09:14:06.3010951Z Removing target/
2026-07-10T09:14:06.3042138Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-10T09:14:06.3700298Z HEAD is now at 16fce9b Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:14:06.3722462Z ##[endgroup]
2026-07-10T09:14:06.3726744Z ##[group]Disabling automatic garbage collection
2026-07-10T09:14:06.3731796Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-10T09:14:06.4005264Z ##[endgroup]
2026-07-10T09:14:06.4005691Z ##[group]Setting up auth
2026-07-10T09:14:06.4012555Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-10T09:14:06.4247462Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-10T09:14:07.0002785Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-10T09:14:07.0255351Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-10T09:14:07.5744857Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-10T09:14:07.6746961Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-10T09:14:08.7186614Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-10T09:14:08.7477753Z ##[endgroup]
2026-07-10T09:14:08.7478472Z ##[group]Fetching the repository
2026-07-10T09:14:08.7487172Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +16fce9ba7828f03a5ade17f10d5f1a9eda580354:refs/remotes/pull/75/merge
2026-07-10T09:14:09.4938878Z ##[endgroup]
2026-07-10T09:14:09.4939256Z ##[group]Determining the checkout info
2026-07-10T09:14:09.4939959Z ##[endgroup]
2026-07-10T09:14:09.4949329Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-10T09:14:09.5909219Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-10T09:14:09.6154722Z ##[group]Checking out the ref
2026-07-10T09:14:09.6159189Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/75/merge
2026-07-10T09:14:09.6539152Z HEAD is now at 16fce9b Merge b07c4d28351438c9832376d5ed9eb294ca1e439d into 0a306c9a86d9c7bedf96bf106cb9e1df3a6c9047
2026-07-10T09:14:09.6820757Z ##[endgroup]
2026-07-10T09:14:09.6825588Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-10T09:14:09.7061556Z 16fce9ba7828f03a5ade17f10d5f1a9eda580354
